home *** CD-ROM | disk | FTP | other *** search
/ Core Concepts in Art 2 / Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso / mac / media / quiz.swf / scripts / DefineButton2_30 / BUTTONCONDACTION on(release).as next >
Text File  |  2003-10-12  |  141b  |  11 lines

  1. on(release){
  2.    if(xMark_mc._visible == 0)
  3.    {
  4.       xMark_mc._visible = 1;
  5.    }
  6.    else
  7.    {
  8.       xMark_mc._visible = 0;
  9.    }
  10. }
  11.